Click or drag to resize

RemoveItem Class

Represents a response object that is used to remove a meeting item when a MeetingCancellation message is received.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class RemoveItem : ResponseItem

The RemoveItem type exposes the following members.

Constructors
  NameDescription
Public methodRemoveItem
Initializes a new instance of the RemoveItem class.
Public methodRemoveItem(ItemId)
Initializes a new instance of the RemoveItem class.
Top
Properties
  NameDescription
Public propertyArchiveTag
Gets or sets the archive tag.
(Inherited from Item.)
Public propertyAttachments
Contains the items or files that are attached to an item in the Exchange store.
(Inherited from Item.)
Public propertyBccRecipients
Represents a collection of recipients to receive a blind carbon copy (Bcc) of an e-mail message.
Public propertyBlockStatus
Gets a value indicating whether [block status].
(Inherited from Item.)
Public propertyBody
Represents the actual body content of a message.
(Inherited from Item.)
Public propertyBodyHtmlText
Contains the html body text.
(Inherited from Item.)
Public propertyBodyPlainText
Contains the plain body text.
(Inherited from Item.)
Public propertyBodyRtf
Contains the Rich Text Format body text.
(Inherited from Item.)
Public propertyCategories
Represents a collection of strings that identify to which categories an item in the mailbox belongs.
(Inherited from Item.)
Public propertyCcRecipients
Represents a collection of recipients that will receive a copy of the message.
Public propertyComment
Contains a comment of item.
(Inherited from Item.)
Public propertyConversationId
Contains the identifier of an item or conversation.
(Inherited from Item.)
Public propertyConversationIndex
Specifies the index to the conversation thread of the message.
Public propertyConversationTopic
Represents the conversation identifier.
Public propertyCreatedTime
Represents the date and time that a given item in the mailbox was created.
(Inherited from Item.)
Public propertyCulture
Represents the culture for a given item in a mailbox.
(Inherited from Item.)
Public propertyDisplayName
Contains the display name of the message store.
(Inherited from Item.)
Public propertyEffectiveRights
Contains the client's rights based on the permission settings for the item or folder.
(Inherited from Item.)
Public propertyEntityExtractionResult
Gets the entity extraction information on the item.
(Inherited from Item.)
Public propertyEntryId
Contains a MAPI entry identifier used to open and edit properties of a particular MAPI object.
(Inherited from Item.)
Public propertyExtendedProperties
Gets a list of extended properties that are defined on this item.
(Inherited from Item.)
Public propertyFlag
Gets or sets the flag.
(Inherited from Item.)
Public propertyFrom
Contains the author of the message.
Public propertyGroupingAction
Gets the grouping action.
(Inherited from Item.)
Public propertyHasAttachments
Represents a property that is set to true if an item has attachments at least one visible attachment.
(Inherited from Item.)
Public propertyHasBlockedImages
Gets a value indicating whether this instance has blocked images.
(Inherited from Item.)
Public propertyIconIndex
Gets the index of the icon.
(Inherited from Item.)
Public propertyImportance
Contains the importance of an item.
(Inherited from Item.)
Public propertyInstanceKey
Gets the instance key.
(Inherited from Item.)
Public propertyInternetMessageHeaders
Contains an array of the type InternetHeaderType that represents the collection of all Internet message headers that are contained in an item in a mailbox.
Public propertyInternetMessageId
Represents the Internet message identifier of an item.
Public propertyIsAssociated
Indicates whether the item is associated with a folder.
(Inherited from Item.)
Public propertyIsDeliveryReceiptRequested
Contains the value that specifies whether the sender of an item requests a delivery receipt.
Public propertyIsHidden
Contains the flag that indicates whether the item is hidden from view in the user interface.
(Inherited from Item.)
Public propertyIsRead
Indicates whether a message has been read.
Public propertyIsReadReceiptRequested
Contains the value that specifies whether the sender of a message requests a read receipt.
Public propertyIsResponseRequested
Indicates whether a response to an item is requested.
Public propertyItemClass
Represents the message class of an item.
(Inherited from Item.)
Public propertyItemId
Contains the unique identifier and change key of an item in the Exchange store.
(Inherited from Item.)
Public propertyLastModifiedTime
Indicates when an item was last modified.
(Inherited from Item.)
Public propertyLastModifierName
Contains the display name of the last user to modify an item.
(Inherited from Item.)
Public propertyMimeContent
Contains the native Multipurpose Internet Mail Extensions (MIME) stream of an object that is represented in base64Binary format.
(Inherited from Item.)
Public propertyNextPredictedAction
Gets the next predicted action.
(Inherited from Item.)
Public propertyParentId
Represents the identifier of the parent folder that contains the item or folder.
(Inherited from Item.)
Public propertyPreview
Gets the preview.
(Inherited from Item.)
Public propertyReceivedBy
Identifies the delegate in a delegate access scenario.
Public propertyReceivedRepresenting
Identifies the principal in a delegate access scenario.
Public propertyReferenceItemId
Contains the item identifier that is related to a response object.
(Inherited from ResponseItem.)
Public propertyReferences
Contains the Usenet header that is used to associate replies with the original message.
Public propertyReminderDueBy
Represents the date and time when the appointment occurs.
(Inherited from Item.)
Public propertyReminderIsSet
Indicates whether a reminder has been set for the appointment in the Exchange store.
(Inherited from Item.)
Public propertyReminderMinutesBeforeStart
Represents the number of minutes before an event when a reminder is displayed.
(Inherited from Item.)
Public propertyReplyTo
Contains a value that represents the recipients to whom the message is addressed.
Public propertyRetentionDate
Gets or sets the retention date.
(Inherited from Item.)
Public propertyRetentionTag
Gets or sets the retention tag.
(Inherited from Item.)
Public propertyRtfCompressed
Contains the Rich Text Format body text.
(Inherited from Item.)
Public propertySearchKey
Contains a binary-comparable key that identifies correlated objects for a search.
(Inherited from Item.)
Public propertySender
Identifies the sender of an item.
Public propertySensitivity
Indicates the sensitivity level of an item.
(Inherited from Item.)
Public propertySize
Represents the size in bytes of an item.
(Inherited from Item.)
Public propertyStoreEntryId
Contains the store entry id. It is Base64 string.
(Inherited from Item.)
Public propertySubject
Represents the subject for Exchange store items and response objects.
(Inherited from Item.)
Public propertyTextBody
Gets the text body.
(Inherited from Item.)
Public propertyToRecipients
Contains an array of recipients of an item.
Public propertyUniqueBody
Represents an HTML fragment or plain text which represents the unique body of this conversation.
(Inherited from Item.)
Public propertyWebClientEditFormQueryString
Represents a URL to concatenate to the Outlook Web App endpoint to edit an item in Outlook Web App.
(Inherited from Item.)
Public propertyWebClientReadFormQueryString
Represents a URL to concatenate to the Microsoft Office Outlook Web App endpoint to read an item in Outlook Web App.
(Inherited from Item.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current Item object to its equivalent string representation.
(Inherited from Item.)
Top
See Also